notice 826 pgsql/pgsql.c php_pgsql_notice *notice; notice 830 pgsql/pgsql.c notice = (php_pgsql_notice *)emalloc(sizeof(php_pgsql_notice)); notice 831 pgsql/pgsql.c notice->message = _php_pgsql_trim_message(message, (int *)¬ice->len); notice 833 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s", notice->message); notice 835 pgsql/pgsql.c zend_hash_index_update(&PGG(notices), (ulong)resource_id, (void **)¬ice, sizeof(php_pgsql_notice *), NULL); notice 846 pgsql/pgsql.c php_pgsql_notice *notice = (php_pgsql_notice *)*ptr; notice 847 pgsql/pgsql.c if (notice) { notice 848 pgsql/pgsql.c efree(notice->message); notice 849 pgsql/pgsql.c efree(notice); notice 850 pgsql/pgsql.c notice = NULL; notice 2080 pgsql/pgsql.c php_pgsql_notice **notice; notice 2088 pgsql/pgsql.c if (zend_hash_index_find(&PGG(notices), Z_RESVAL_P(pgsql_link), (void **)¬ice) == FAILURE) { notice 2091 pgsql/pgsql.c RETURN_STRINGL((*notice)->message, (*notice)->len, 1); notice 235 phar/phar.php self::notice($msg); notice 721 phar/phar.php self::notice("PEAR package PHP_Archive: API Version: $apiver.\n"); notice 725 phar/phar.php self::notice("PEAR package PHP_Archive: $phpdir.\n"); notice 740 phar/phar.php self::notice("PEAR package PHP_Archive: corrupt or inaccessible base dir: $php_dir.\n"); notice 744 phar/phar.php self::notice("PEAR package PHP_Archive: $found.\n"); notice 748 phar/phar.php self::notice($msg);