Searched refs:foo (Results 1 - 7 of 7) sorted by relevance
| /PHP_5_3/TSRM/ |
| H A D | tsrm_strtok_r.c | 50 char foo[] = "/foo/bar//\\barbara"; 54 token = tsrm_strtok_r(foo, "/\\", &last);
|
| /PHP_5_3/Zend/tests/ |
| H A D | ns_022.inc | 3 static function foo() {
|
| /PHP_5_3/ext/bcmath/libbcmath/ |
| H A D | configure | 1281 const int *foo = &x[0]; 1282 ++foo; 1295 const int foo = 10;
|
| /PHP_5_3/ext/pdo/ |
| H A D | pdo.php | 17 $the_name = "foo" . rand(); 38 $foo = new foo; variable
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 4651 zval **foo; local 4657 zend_hash_quick_update(prop_table, ref->prop.name, ref->prop.name_length+1, ref->prop.h, &value, sizeof(zval *), (void **) &foo);
|
| /PHP_5_3/sapi/isapi/ |
| H A D | php5isapi.c | 37 # define __declspec(foo)
|
| /PHP_5_3/Zend/ |
| H A D | zend_object_handlers.c | 483 zval **foo; local 490 zend_hash_quick_update(zobj->properties, property_info->name, property_info->name_length+1, property_info->h, &value, sizeof(zval *), (void **) &foo);
|
Completed in 44 milliseconds