Home
last modified time | relevance | path

Searched refs:arr (Results 201 – 212 of 212) sorted by relevance

123456789

/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c387 array_header *arr = table_elts(((request_rec *) SG(server_context))->subprocess_env); in sapi_apache_register_server_variables() local
388 table_entry *elts = (table_entry *) arr->elts; in sapi_apache_register_server_variables()
392 for (i = 0; i < arr->nelts; i++) { in sapi_apache_register_server_variables()
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt5 $arr = array(
104 foreach ($arr as $u => $v) {
H A Dhtml_entity_decode_macroman.phpt5 $arr = array(
140 foreach ($arr as $u => $v) {
H A Dhtml_entity_decode_win1251.phpt5 $arr = array(
140 foreach ($arr as $u => $v) {
H A Dhtml_entity_decode_cp866.phpt5 $arr = array(
136 foreach ($arr as $u => $v) {
H A Dhtml_entity_decode_koi8-r.phpt5 $arr = array(
136 foreach ($arr as $u => $v) {
/PHP-5.5/ext/standard/
H A Dbasic_functions.c5881 …hp_simple_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, zval *arr TSRMLS_DC)
5894 …zend_symtable_update(Z_ARRVAL_P(arr), Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, &element, sizeof(zva…
5908 if (zend_hash_index_find(Z_ARRVAL_P(arr), key, (void **) &find_hash) == FAILURE) {
5913 zend_hash_index_update(Z_ARRVAL_P(arr), key, &hash, sizeof(zval *), NULL);
5918 …if (zend_hash_find(Z_ARRVAL_P(arr), Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, (void **) &find_hash) …
5923 …zend_hash_update(Z_ARRVAL_P(arr), Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, &hash, sizeof(zval *), N…
5954 …parser_cb_with_sections(zval *arg1, zval *arg2, zval *arg3, int callback_type, zval *arr TSRMLS_DC)
5959 …zend_symtable_update(Z_ARRVAL_P(arr), Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, &BG(active_ini_file_…
5966 active_arr = arr;
/PHP-5.5/ext/curl/
H A Dinterface.c2919 zval *zid, *arr, **entry; in PHP_FUNCTION() local
2926 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "za", &zid, &arr) == FAILURE) { in PHP_FUNCTION()
2932 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(arr), &pos); in PHP_FUNCTION()
2933 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(arr), (void **)&entry, &pos) == SUCCESS) { in PHP_FUNCTION()
2934 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(arr), &string_key, &str_key_len, &option, 0, &pos) != … in PHP_FUNCTION()
2941 zend_hash_move_forward_ex(Z_ARRVAL_P(arr), &pos); in PHP_FUNCTION()
/PHP-5.5/ext/intl/
H A Dphp_intl.c157 ZEND_ARG_ARRAY_INFO(1, arr, 0)
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c122 ZEND_ARG_INFO(1, arr)
/PHP-5.5/tests/lang/
H A D024.phpt276 $arr[$i]=$i;
282 echo $arr[$i++]."\n";
/PHP-5.5/
H A DNEWS7276 - Fixed bug #42119 (array_push($arr,&$obj) doesn't work with
9388 - Fixed bug #34310 (foreach($arr as $c->d => $x) crashes). (Dmitry)
9421 - Fixed bug #34064 (arr[] as param to function in class gives invalid

Completed in 77 milliseconds

123456789