Home
last modified time | relevance | path

Searched refs:name (Results 1251 – 1275 of 1453) sorted by relevance

1...<<515253545556575859

/PHP-5.3/ext/standard/tests/strings/
H A Dprint_basic.phpt44 // Using single quotes will print the variable name, not the value
H A Dbasename_basic.phpt7 this function will return the base name of the file.
/PHP-5.3/ext/zip/lib/
H A Dzip.h193 const char *name; /* name of the file */ member
/PHP-5.3/sapi/apache/
H A DapMakefile.tmpl41 # have to use a different name to trigger the different
/PHP-5.3/sapi/apache_hooks/
H A DapMakefile.tmpl41 # have to use a different name to trigger the different
/PHP-5.3/ext/standard/tests/file/
H A Dfwrite_variation2-win32.phpt42 $filename = dirname(__FILE__)."/fwrite_variation2.tmp"; // this is name of the file
83 delete_file($filename); // delete file with name fwrite_variation2.tmp
H A Dfwrite_variation2.phpt42 $filename = dirname(__FILE__)."/fwrite_variation2.tmp"; // this is name of the file
83 delete_file($filename); // delete file with name fwrite_variation2.tmp
H A Ddirname_variation1.phpt8 * Description: Returns the directory name component of the path
H A Dsymlink_link_linkinfo_is_link_variation6.phpt29 Description: creates a symbolic link to the existing target with the specified name link
/PHP-5.3/ext/standard/tests/array/
H A Darray_fill_object.phpt154 echo "class name is ConcreteClass1 \n";
170 echo "class name is Template1\n";
/PHP-5.3/
H A DREADME.GIT-RULES80 immediately know what was modified. Definitely include the function name
87 the function name as shown below.
/PHP-5.3/main/
H A Doutput.c556 …t and the name of a method of class %s to use as output handler", Z_OBJCE_P(output_handler)->name); in php_ob_init()
1063 char *name, *value; in PHP_FUNCTION() local
1066 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &name, &name_len, &value, &value_len) =… in PHP_FUNCTION()
1070 if (php_url_scanner_add_var(name, name_len, value, value_len, 1 TSRMLS_CC) == SUCCESS) { in PHP_FUNCTION()
H A Dmain.c336 cgi_or_cli = (!strcmp(sapi_module.name, "cli") || !strcmp(sapi_module.name, "cgi")); in PHP_INI_DISP()
1060 if ((!strcmp(sapi_module.name, "cli") || !strcmp(sapi_module.name, "cgi")) && in php_error_cb()
1271 static int php_get_configuration_directive_for_zend(const char *name, uint name_length, zval *conte… in php_get_configuration_directive_for_zend() argument
1273 zval *retval = cfg_get_entry(name, name_length); in php_get_configuration_directive_for_zend()
1973 …REGISTER_MAIN_STRINGL_CONSTANT("PHP_SAPI", sapi_module.name, strlen(sapi_module.name), CONST_PERSI… in php_module_startup()
/PHP-5.3/sapi/apache2filter/
H A Dsapi_apache2.c214 php_apache_sapi_getenv(char *name, size_t name_len TSRMLS_DC) in php_apache_sapi_getenv() argument
219 env_var = apr_table_get(ctx->r->subprocess_env, name); in php_apache_sapi_getenv()
649 if (strcmp(f->frec->name, "PHP") == 0) { in php_add_filter()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c891 STRUCT_OFFSET(MYSQLND_FIELD, name),
1062 if (meta->name && meta->name != mysqlnd_empty_string) { in php_mysqlnd_rset_field_read()
1064 meta->name = memcpy(root_ptr, meta->name, len); in php_mysqlnd_rset_field_read()
1077 meta->name? meta->name:"*NA*"); in php_mysqlnd_rset_field_read()
1233 … fields_metadata[i].db, fields_metadata[i].table, fields_metadata[i].name, fields_metadata[i].type, in php_mysqlnd_rowp_read_binary_protocol()
/PHP-5.3/ext/session/tests/
H A D025.phpt8 session.name=PHPSESSID
H A D005.phpt9 session.name=PHPSESSID
/PHP-5.3/ext/shmop/
H A DREADME23 n create a new segment and fail if one already exists under same name (sets IPC_CREATE|IPC_EXCL)
/PHP-5.3/ext/soap/
H A DTODO56 - support for binding operation input/output name attribute (part of overloading)
/PHP-5.3/ext/mssql/
H A Dphp_mssql.h181 char *name,*column_source; member
/PHP-5.3/ext/mysqli/tests/
H A Dbug_mysql_49406.phpt68 printf("Name : %s\n", $field->name);
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_stdio.c166 zlog(ZLOG_WARNING, "[pool %s] child %d said into %s: \"%s\"%s", child->wp->config->name, in fpm_stdio_child_said()
/PHP-5.3/ext/mbstring/oniguruma/
H A Doniguruma.h160 const char* name; member
355 #define ONIGENC_NAME(enc) ((enc)->name)
837 int onig_name_to_group_numbers P_((OnigRegex reg, const OnigUChar* name, const OnigUChar* name_end,…
839 int onig_name_to_backref_number P_((OnigRegex reg, const OnigUChar* name, const OnigUChar* name_end…
/PHP-5.3/ext/spl/
H A Dspl_iterators.c376 …ef(NULL TSRMLS_CC, E_ERROR, "The %s instance wasn't initialized properly", Z_OBJCE_P(zthis)->name); in spl_recursive_it_rewind_ex()
850 …L TSRMLS_CC, E_ERROR, "The %s instance wasn't initialized properly", Z_OBJCE_PP(object_ptr)->name); in spl_recursive_it_get_method()
1321 …_docref(NULL TSRMLS_CC, E_ERROR, "Method %s::%s() does not exist", intern->inner.ce->name, method); in spl_dual_it_call_method()
1342 …php_error_docref(NULL TSRMLS_CC, E_ERROR, "Unable to call %s::%s()", intern->inner.ce->name, metho… in spl_dual_it_call_method()
1354 (spl_ce_##classname)->name, (spl_ce_##classname)->name); \
1385 …ception, 0 TSRMLS_CC, "%s::getIterator() must be called exactly once per instance", ce_base->name); in spl_dual_it_construct()
1461 …ion, 0 TSRMLS_CC, "%s::getIterator() must return an object that implements Traversable", ce->name); in spl_dual_it_construct()
2646 …CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name); in SPL_METHOD()
2671 …CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name); in SPL_METHOD()
2699 …CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name); in SPL_METHOD()
[all …]
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput2902 /\N{name}/I
1427name="logo_ca.gif" rahmen="no"/></link> <link\nziel="http://www.ey.com/" zielfenster="_blank"><bil…
2777 /^(?<name>a|b\g<name>c)/
2783 /^(?<name>a|b\g'name'c)/
2813 /(?-i:\g<name>)(?i:(?<name>a))/
2817 /(?i:\g<name>)(?-i:(?<name>a))/
2826name>[a-zA-Z_\x{7f}-\x{ff}][a-zA-Z0-9_\x{7f}-\x{ff}]*)(?:\[(?<index>[a-zA-Z0-9_\x{7f}-\x{ff}]+|\$\…

Completed in 81 milliseconds

1...<<515253545556575859